home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 973 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: cs.mu.OZ.AU!bounce-back
  2. From: "Charles F. McDevitt" <70302.2374@compuserve.com>
  3. Newsgroups: comp.std.c++
  4. Subject: Re: some STL questions
  5. Date: 05 Apr 96 17:46:02 GMT
  6. Organization: AT&T Global Information Solutions, San Diego, CA
  7. Approved: fjh@cs.mu.oz.au
  8. Message-ID: <31655027.3CFF@compuserve.com>
  9. References: <4k0mcd$179b@rs18.hrz.th-darmstadt.de>
  10. NNTP-Posting-Host: mundook.cs.mu.oz.au
  11. X-Original-Date: Fri, 05 Apr 1996 08:53:59 -0800
  12. X-Mailer: Mozilla 3.0B2 (WinNT; I)
  13. X-Auth: PGPMoose V1.1 PGP comp.std.c++
  14.     iQBFAgUBMWVcb+EDnX0m9pzZAQEAhQGAmfFrsSfWPM2n+w6a5uCfvBmCf3LgUEe9
  15.     ptXv0Dz+c50IuxFfDfx6t2PUj5JUbEVk
  16.     =lNzw
  17. Originator: fjh@mundook.cs.mu.OZ.AU
  18.  
  19. Robert Krueger wrote:
  20. > Hi,
  21. > can anyone tell me about the chances of STL becoming ANSI standard? I heard
  22. > it was accepted in the draft but what does that actually mean? There seem to
  23. > be a few different implementations out there. Which one is advisable for
  24. > the Solaris C++-Compiler? Anyone using STL on Solaris?
  25. > It seems to run fine with gnu gcc 2.7.2 using the latest libg++ (which
  26. > includes the gnu STL implementation if I'm not terribly wrong) but I
  27. > can't get it to work with Solaris CC.
  28. > Any help (or just comments) appreciated by an STL Newbie,
  29. >         Robert
  30.  
  31. The STL WILL be part of the C++ standard.  But the standard
  32. defines the interface to the STL and what functionality it 
  33. should provide, but does not dictate a particular implementation.
  34.  
  35. Right now, there a dozens of STL implementations floating about.
  36. Most are matched to older drafts of the standard, some to the
  37. latest draft.  Some are just versions of the HP public domain
  38. implementation, some are commercial implementations for sale,
  39. and some are updated versions to work around deficiencies in
  40. particular compilers.
  41. ---
  42. [ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
  43. [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
  44. [ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
  45. [ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
  46. [ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]
  47.